Interview Questions and Answer
Options:
a. component
b. Partial
c. reusable
d. none of the above
Reveal Answer
Options:
a. easy to unit-test
b. reusable
c. reduce programmer burden
d. all the above
Reveal Answer
Options:
a. import { Injectable } from '@angular/core';
b. @Inject()
c. Injectable()
d. 'app/services/injectables'
Reveal Answer
Options:
a. myservicename.service.js
b. inject.service.ts
c. myservicename.service.ts
d. app.component.myservicename.ts
Reveal Answer
Options:
a. import { Logger } from './logger.service'
b. import { service }from './logger.service'
c. import { NgLoggerModule, Level } from '@nsalaun/ng-logger';
d. import { BrowserModule } from '@angular/platform-browser';
Reveal Answer
Options:
a. Cross domain requests
b. Fetches data from server without refreshing page
c. More flexibility to our application
d. Parallel browser requests
Reveal Answer
Bestdotnet google plus